<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    min-width: 1200px;
    background-color: #fff;
}


/* background-image: url(../images/20210623redbgjd100.jpg); background-repeat: no-repeat; background-size: 100% auto} */

.full-wrap {
    background-color: #fff;
    overflow: hidden;
}

.floor_wrap {
    margin: 0 auto;
    width: 1200px;
    background-color: #fff;
    margin-top: 36px;
    border-radius: 12px;
    box-shadow: 0 10px 10px #efefef;
}

.paddingbox {
    padding: 16px;
    overflow: hidden;
}


/*top*/

.topbox {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 80px;
}

.weblogo {
    position: relative;
    float: left;
    margin-top: 2px;
    z-index: 2;
}

.top-rightbox {
    float: right;
    margin-top: 14px;
    text-align: right;
}

.languague-bar {
    position: absolute;
    left: 0;
    color: #000;
}

.languague-bar .fa {
    font-size: 20px;
    line-height: 16px;
    vertical-align: middle;
}

.languague-bar a {
    display: inline-block;
    margin: 6px;
    color: #000;
}

.languague-bar a.current {}

.home-search-bar-constr {
    position: absolute;
    right: 0;
    width: 200px;
    margin: 6px 0 0 0;
    z-index: 10
}

.search-bar {
    position: relative;
    padding: 4px 40px 4px 10px;
    background-color: #f1eff0;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.search-bar input {
    width: 100%;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    border: none;
    background-color: #f1eff0;
}

.search-bar input:focus {
    outline: none;
}

.search-bar .search-btn {
    position: absolute;
    top: 6px;
    right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #000;
}

.header_link {
    position: absolute;
    left: 445px;
    top: 62px;
}


/* .header_link a{padding: 4px 15px; background-color: #78b9e6; color: #fff; font-size: 14px; margin-right: 10px;border-radius: 4px; display: inline-block;} */

.header_link a {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 4px 10px;
    color: #999;
}

.header_link dl {
    position: absolute;
    z-index: 999;
    box-sizing: border-box;
    display: none;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 8px 8px;
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}

.header_link:hover dl {
    display: block;
}

.header_link dl dd a {
    border: none;
    background-color: #fff;
    line-height: 2;
    display: block;
    border-radius: 0;
    text-align: center;
}

.header_link dl dd a:hover {
    background-color: #f2f2f2;
}


/*nav*/

.nav {
    position: relative;
    float: right;
    padding-right: 220px;
    height: 66px;
}

.nav&gt;ul {
    width: 555px;
}

.nav&gt;ul&gt;li {
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    z-index: 3;
    display: inline-block;
    overflow: ;
}

.nav&gt;ul&gt;li:last-child {
    border: none;
}

.nav&gt;ul&gt;li&gt;a {
    margin-right: 30px;
    line-height: 64px;
    color: #000;
    border-bottom: 2px solid #fff;
    display: block;
}

.nav&gt;ul&gt;li&gt;a:hover,
.nav&gt;ul&gt;li.active&gt;a {
    color: #e6331d;
    /*border-bottom: 2px solid #e6331d;*/
}

.nav .second-menu {
    display: none;
    position: absolute;
    top: 56px;
    margin-left: -26px;
    padding: 10px 0 15px 0;
    width: 120%;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    display: none;
    filter: alpha(opacity=0);
    transform: translateY(12px);
    opacity: 0;
    transition: all .2s linear;
}

.nav .second-menu span {
    font-size: 15px;
}

.nav&gt;ul&gt;li:hover {
    height: auto;
    overflow: initial;
}

.nav&gt;ul&gt;li:hover .second-menu {
    display: block;
    transform: translateY(0);
    filter: alpha(opacity=100);
    opacity: 1;
    transition: all .2s linear;
    z-index: 9999;
}

.nav .second-menu:before {
    position: absolute;
    content: '';
    display: block;
    top: -10px;
    left: 42%;
    width: 0;
    height: 0;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    opacity: 1;
}

.nav .second-menu li {
    position: relative;
    text-align: center;
}

.nav .second-menu a {
    display: block;
    padding: 10px 20px;
    color: #555;
    font-weight: normal;
}

.nav .second-menu a:hover {
    color: #207BC9;
}


/*é¦–é¡µä¸»ä½“*/


/*è½®æ’­å’Œæ–°é—»*/

.leftbox {
    float: left;
    width: 850px;
}

.rightbox {
    float: left;
    margin: 0 0 0 20px;
    width: 414px;
}

.middlebox {
    float: left;
    margin: 20px 0 0 30px;
    width: 370px;
}

.titlebox {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.titlebox h2 {
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #ea700d;
    display: inline-block;
}

.titlebox span {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
}

.titlebox .sp_title1 {
    padding: 10px 0 0 18px;
    color: #207bc9;
    font-size: 20px;
    font-weight: bold;
}

.titleimg {
    float: left;
    width: 157px;
}

.news_imp_content {
    position: relative;
    font-size: 22px;
    height: 70px;
    line-height: 1.5;
    overflow: hidden;
}

.news_imp_content a {
    color: #000;
}

.news_imp_content a:hover {
    text-decoration: underline;
}

.imp-newslist {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.imp-newslist li {
    position: relative;
}

.imp-newslist li h3 {
    text-align: center;
    margin: auto;
    width: 990px;
    font-size: 38px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.imp-newslist li h3 em {
    padding: 0 4px;
    margin-right: 20px;
    font-size: 20px;
    background-color: #FFF5EF;
    color: #FF5C00;
    border-radius: 4px;
    display: inline-block;
}

.imp-newslist li span {
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    color: #999;
}

.imp-newslist li .icon-clock {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    background: url(../images/clock.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
}

.imp-newslist li p {
    margin-top: 10px;
    width: 990px;
    height: 42px;
    font-weight: normal;
    font-size: 14px;
    color: #7C8098;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_imp_content .tool {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.news_imp_content .tool a {
    margin-right: 15px;
    width: 8px;
    height: 8px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #d9d9d9;
    border-radius: 100%;
    z-index: 2;
}

.news_imp_content .tool a.on {
    background-color: #d5453c;
}

.scroll__box {
    position: relative;
    float: left;
    width: 730px;
    height: 400px;
    text-align: center;
    background-color: #AAAAAA;
    border-radius: 12px;
    overflow: hidden;
    z-index: 2;
}

.scroll__box .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
    display: none;
}

.scroll__box .bd ul {
    padding: 15px;
    zoom: 1;
}

.scroll__box .bd li {
    position: relative;
    width: 730px;
    height: 400px;
    line-height: 24px;
}

.scroll__box .bd li img {
    width: 730px;
    height: 400px;
    object-fit: cover;
}

.scroll__box .bd li .date {
    float: right;
    color: #999;
}

.scroll__box .bd li p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 4%;
    width: 96%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: left;
    color: #fff;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
}

.scroll__box .prev,
.scroll__box .next {
    position: absolute;
    left: 1%;
    bottom: 7px;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 3;
    cursor: pointer;
}

.scroll__box .next {
    left: auto;
    right: 1%;
    background-position: 8px 5px;
}

.scroll__box .prev:hover,
.scroll__box .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.scroll__box .slidetool {
    position: absolute;
    bottom: 18px;
    right: 40px;
    width: 30%;
    height: 20px;
    z-index: 999;
    overflow: hidden;
}

.scroll__box .slidetool ul {
    height: 20px;
    text-align: right;
}

.scroll__box .slidetool ul li {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.scroll__box .slidetool ul li a {
    width: 10px;
    height: 10px;
    color: #fff;
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    z-index: 3
}

.scroll__box .slidetool ul li a:hover,
.scroll__box .slidetool ul li.on a {
    background: #e11e2f;
}

.newslistbox {
    max-height: 412px;
    overflow: hidden;
}

.newslistbox ul {
    overflow: hidden;
}

.newslistbox ul li {
    padding: 20px 0 20px 20px;
    font-size: 16px;
    line-height: 22px;
    background: url(../images/li_bg.png) 0 16px no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslistbox ul li a:hover {
    text-decoration: underline;
}

.none-lstye ul {
    padding-top: 15px;
}

.none-lstye ul li {
    padding-left: 0;
    padding-top: 9px;
    background: none
}

.red-t,
.red-t a {
    color: #c20000;
}

.top_news a strong {
    padding: 0 0 8px 0;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    display: block;
}

.top_news a:hover strong {
    color: #207BC9;
}

.scroll_zhuanti {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.scroll_list li {
    float: left;
    margin-right: 10px;
    width: 596px;
}

.scroll_hd a {
    position: absolute;
    top: 32px;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
}

.scroll_hd a.next {
    left: 0;
}

.scroll_hd a.prev {
    right: 0;
}

.newsmainbox {
    overflow: hidden;
}

.sc_news {
    position: relative;
}

.sc_news2 {
  position: relative;
  width: 47%;
  margin: 0 50px 0 0;
  vertical-align: top;
}

.sc_news3 {
  position: relative;
  width: 28%;
  margin: 0 50px 0 0;
  vertical-align: top;
  float: left;
}

.sc_news3 .intro {
  margin: 5px;
}

.sc_news3 .more {
  float: right;
}

.col_title {
    height: 35px;
    color: #ea700d;
    display: inline-block;
}

.col_title a {
    margin-right: 35px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: inline-block;
}

.col_title a.on {
    color: #ea700d;
}

.col_title.tp2 a {}

.col_title.tp2 a.on {
    font-weight: bold;
    line-height: 33px;
    border-bottom: 2px solid #EA700D;
}

.swch_b a {
    padding: 0 20px;
    margin: 0;
    border: none;
    color: #fff;
    font-weight: normal;
}

.newslistbox.list_sc ul {
    padding-top: 5px;
    padding-bottom: 10px;
}

.newslistbox.list_sc li {
    padding: 0 0 0 19px;
    height: 50px;
    max-height: none;
    line-height: 50px;
    background-position: 0 19px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
}

.newslistbox.list_sc li span {
    float: right;
    padding-left: 15px;
    color: #999;
    background-color: #fff;
    z-index: 2;
    position: relative;
}

.newslistbox.list_sc li a {
    overflow: hidden;
}

.newslistbox.list_sc.duble-list li {
    float: left;
    width: 45.5%;
    margin: 0 1.5%;
}

.newslistbox.list_sc.duble-list li:nth-child(even) {
    margin-right: 0;
}

.newslistbox.tisp li {
    padding-left: 32px;
    height: auto;
    line-height: 50px;
    background-position: left center;
    background-repeat: no-repeat;
}

.newslistbox.tisp li:nth-child(1) {
    background-image: url(../images/01.png);
}

.newslistbox.tisp li:nth-child(2) {
    background-image: url(../images/02.png);
}

.newslistbox.tisp li:nth-child(3) {
    background-image: url(../images/03.png);
}

.newslistbox.tisp li:nth-child(4) {
    background-image: url(../images/04.png);
}

.newslistbox.tisp li:nth-child(5) {
    background-image: url(../images/05.png);
}

.newslistbox.tisp li:nth-child(6) {
    background-image: url(../images/06.png);
}

.newslistbox.tisp li:nth-child(7) {
    background-image: url(../images/07.png);
}

.news_more a {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.side_title {
    padding-left: 12px;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
    border-left: 2px solid #E42A1D;
    font-weight: bold;
}

.side_title a {
    color: #000;
}

.yjtdbox {
    position: relative;
    overflow: hidden;
}

.imglist {
    overflow: hidden;
}

.imglist li {
    float: left;
    position: relative;
    margin: 28px 6px 0 6px;
    width: 224px;
    height: 270px;
    border: 2px solid #f4f4f4;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #eee;
    transition: all linear .45s;
}

.imglist li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imglist li:hover {
    border: 2px solid #fe0000;
    transition: all linear .45s;
}

.imglist li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    font-size: 16px;
    text-align: center;
    background: rgba(255, 255, 255, .5);
    color: #999;
    z-index: 2;
}

.imglist li p b {
    padding-top: 16px;
    display: block;
    font-size: 24px;
    color: #000;
}

.arrbox {
    position: absolute;
    top: 0;
    right: 6px;
    width: 50%;
    text-align: right;
}

.arrbox a {
    margin-left: 12px;
    width: 104px;
    height: 40px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px #eee;
    display: inline-block;
    transition: all linear .45s;
    background-position: center;
    background-repeat: no-repeat;
}

.arrbox a:hover {
    box-shadow: 0 10px 10px #ddd;
    transition: all linear .45s;
}

.arrbox a.left-ar {
    background-image: url(../images/left-arr.png);
}

.arrbox a.right-ar {
    background-image: url(../images/right-arr.png);
}

.othernews {
    /* float: left; width: 766px; */
}

.zt_linklist {
    width: 1197px;
    margin-left: 4px
}

.link_list_u li {
    float: left;
    position: relative;
    width: 587px;
    margin-left: 15px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 12px;
    font-size: 20px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}

.link_list_u li a {
    height: 100px;
    background-color: #f45d52;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
}

.link_list_u li a span {
    position: absolute;
    right: 0;
    width: 50px;
    height: 58px;
    margin-right: 15px;
    background: url(../images/enter.png) right no-repeat;
    display: none;
}

.link_list_u li:hover {
    box-shadow: 0 10px 10px #ddd;
}

.link_list_u li a:hover span {
    display: inline-block;
}

.link_list_u li:nth-child(1) {
    margin-left: 0px;
}

.link_list_u li:nth-child(5) {
    margin-right: 0;
}

.link_list_u li:nth-child(1) a {
    background-image: url(../images/pic1.png);
    background-size: 100% 100%;
    background-color: #f45d52;
}

/* .link_list_u li:nth-child(2) a {
    background-image: url(../images/pic2.png);
    background-color: #f39801;
}

.link_list_u li:nth-child(3) a {
    background-image: url(../images/pic3.png);
    background-color: #44bbf3;
} */

.link_list_u li:nth-child(2) a {
    background-image: url(../images/pic4.png);
    background-size: 100% 100%;
    background-color: #ad63ff;
}

.zxlist {
    padding: 50px 0 10px 0;
    overflow: hidden;
}

.zxlist li {
    float: left;
    width: 33%;
    border-right: 1px solid #eee;
}


/*footer*/

.footerbox {
    margin-top: 30px;
    background-color: #fff;
    border-top: 2px solid #e6331d;
    clear: both;
}

.f_link {
    margin: 0 auto;
    height: 58px;
    background-color: #cecece;
}

.f_name {
    padding-left: 15px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 58px;
    display: inline-block;
}

.flink_list {
    position: relative;
    display: inline-block;
}

.flink_list&gt;li {
    margin: 0 0 0 10px;
    height: 32px;
    background-color: #fff;
    line-height: 32px;
    font-size: 15px;
    border-radius: 16px;
    display: inline-block;
}

.flink_list&gt;li&gt;a {
    padding: 0 25px 0 15px;
    color: #333;
}

.flink_list&gt;li&gt;a i {
    float: right;
    margin-right: 10px;
    text-align: center;
    line-height: 32px;
    transition: all linear .3s;
}

.flink_list&gt;li:hover&gt;a i {
    transform: rotate(-180deg);
    transition: all linear .3s;
}

.link_list {
    position: absolute;
    padding: 15px;
    bottom: 32px;
    left: -91px;
    width: 1170px;
    max-height: 246px;
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 4;
    display: none;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
    overflow-y: scroll;
}

.link_list a {
    float: left;
    padding-left: 1%;
    width: 19%;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.bottom_wrap {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.bottom_info_box {
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.bottom_nav {
    border-bottom: 1px solid #ccc;
    line-height: 40px;
}

.bottom_nav a {
    padding: 0 6px;
    color: #888;
}

.bottom_info {
    padding: 20px 0 20px 0px;
}

.bottom_info p {
    line-height: 25px;
}


/* æ–‡ç«&nbsp;åˆ—è¡¨ */

.page_position {
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    color: #999;
    overflow: hidden;
}

.page_position a {
    color: #999;
}

.wrap_full {
    margin: 0 auto;
    width: 1200px;
}

.sub-mainbox {
    overflow: hidden;
}

.sidebox {
    float: left;
    width: 236px;
}

.sidebox h2 {
    height: 60px;
    background-color: #a70103;
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #f6f3d2;
    border-bottom: 1px solid #ddd;
}

.sidebox .sub-menu&gt;li&gt;a {
    padding: 15px 6px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: block;
}

.sidebox .sub-menu&gt;li&gt;a:hover,
.sidebox .sub-menu&gt;li.active&gt;a {
    background-color: #f3dcc9;
    color: #ea700d;
}

.subpagetitle {
    padding: 10px 0 16px 0;
}

.subpagetitle a {
    margin-right: 30px;
    font-size: 22px;
    color: #aaa;
    display: inline-block;
}

.subpagetitle a.active {
    font-size: 24px;
    color: #000;
}

.mainbox {
    min-height: 360px;
}

.mainbox .sub-title {
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 3;
    color: #ea700d;
}

.news_cardlist {
    padding-bottom: 20px;
    overflow: hidden;
}

.news_cardlist .highlight {
    color: red;
    background-color: #ffff55;
}

.news_cardlist ul {
    padding: 0 10px;
}

.news_cardlist li {
    margin: 22px 0 0 0;
    padding: 15px 30px 20px 50px;
    background-color: #e9e7e8;
    box-shadow: 0 0 5px #eee;
    transition: all linear .25s;
}

.news_cardlist li:hover {
    box-shadow: 0 10px 10px #ddd;
    transition: all linear .25s;
}

.news_cardlist li h3 {
    font-size: 22px;
    padding: 10px 0 20px 0;
}

.news_cardlist li p {
    color: #999;
    padding-top: 5px;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_cardlist li p.time {
    font-size: 14px;
}

.news_itemlist {
    padding-bottom: 20px;
    overflow: hidden;
}

.news_itemlist .highlight {
    color: red;
}

.news_itemlist ul {
    padding: 0 10px;
}

.news_itemlist li {
    margin: 12px 0 0 0;
    padding: 15px 30px 20px 50px;
    font-size: 20px;
    border-bottom: 1px dashed #e2e2e2;
    transition: all linear .25s;
}

.news_itemlist li span {
    float: right;
    margin-right: 15px;
}

.article-ul {
    padding: 0 30px;
}

.article-ul li {
    margin: 10px 0 35px 0;
    overflow: hidden;
}

.article-ul .img-wrapper {
    float: left;
    width: 284px;
    height: 190px;
    margin-right: 40px;
}

.article-ul .img-wrapper img {
    width: 284px;
    height: 190px;
    object-fit: cover;
}

.article-ul .txt {
    height: 190px;
    overflow: hidden;
}

.article-ul .txt h3 a {
    padding: 0;
    font-size: 20px;
    line-height: 2;
    color: #ea700d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article-ul .txt p {
    padding: 18px 0 0 0;
    font-size: 16px;
    color: #888;
    line-height: 2;
    text-align: justify;
    overflow: hidden;
}

.newslistbox.newsdetal_list {
    padding: 10px 30px 30px;
    max-height: none;
}

.newsdetal_list li {
    border-bottom: 1px dashed #ccc;
}

.newsdetal_list li span {
    padding-left: 12px;
    color: #ea700d;
}

.page-number {
    text-align: center;
    padding: 20px;
}

.page-number li {
    display: inline-block;
}

.page-number a {
    display: inline;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.page-number a.on,
.page-number a:hover {
    background-color: #ea700d;
    border-color: #ea700d;
    color: #fff;
}

.content {
    padding: 25px 0 30px 0;
    overflow: hidden;
}

.content h2 {
    font-size: 30px;
    padding: 20px 50px 35px 50px;
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.content .author {
    text-align: center;
    font-size: 12px;
}

.content .sub_con {
    padding: 0 0 35px 50px;
    line-height: 1.2;
    text-align: left;
    font-size: 14px;
    color: #999;
}

.content .artical_abstract {
    margin: 0px 50px 0 50px;
    padding: 20px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    background-color: #fafafa;
}

.content .artical_abstract span {
    font-size: 16px;
    color: #de3f3c;
    font-weight: bold;
}

.content .detal_con {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding: 15px 10px;
    text-align: justify;
    font-size: 18px;
    line-height: 2;
    color: #333;
}

.content .detal_con p {
    padding: 10px 0;
}

.bt_tool {
    padding: 25px 40px 0 0;
    text-align: right;
    font-size: 16px;
}

.bt_tool a {
    padding: 6px 10px;
    margin-left: 10px;
    background-color: #f2f2f2;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #ddd;
    color: #666;
}

.viewtab {
    margin: 0 0 15px 0;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.viewtab td {
    padding: 6px 10px;
    border-bottom: 1px dashed #ddd;
}

.text-blue {
    color: #297efb;
}

.ztlist li {
    position: relative;
    overflow: hidden;
}

.ztlist li:first-child {
    margin-top: 0;
}

.ztlist li h3 {
    padding-bottom: 10px;
}

.ztlist li .zt-left {
    float: left;
    width: 14%;
}

.ztlist li .zt-right {
    float: left;
    width: 80%;
    padding-left: 5%;
    border-left: 1px solid #f3f3f3;
}

.ztlist li .zt-right h3 {
    padding-top: 0px;
    padding-right: 26px;
    background: url(../images/enter2.png) right top no-repeat;
}

.ztlist li p {
    padding-top: 10px;
}

.ztlist li .zt-left .year {
    padding: 0;
    font-size: 32px;
    color: #999;
    font-weight: bold;
}

.ztlist li .zt-left .line {
    padding: 0;
    background-color: #ddd;
    width: 18px;
    height: 1px;
    overflow: hidden;
    display: block;
}

.ztlist li:hover {
    background-color: #e42a1d;
}

.ztlist li:hover p,
.ztlist li:hover h3 {
    color: #fff!important;
}


/* .ztlist li .enter-arr{ position: absolute; top: 80px; right: 80px; width: 30px; height: 14px; background: url(../images/enter.png) no-repeat; } */

.datalist li {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
}

.datalist li:first-child {
    margin-top: 0;
}

.datalist li h3 {
    padding-bottom: 10px;
}

.datalist li .data-left {
    float: left;
    width: 14%;
    text-align: center;
}

.datalist li .data-left .year {
    padding: 0;
    font-size: 36px;
    color: #555;
    font-weight: bold;
    line-height: 90px;
}

.datalist li .data-left .line {
    padding: 0;
    background-color: #ddd;
    width: 18px;
    height: 1px;
    overflow: hidden;
    display: block;
}

.datalist li .data-right {
    float: left;
    width: 80%;
    padding-left: 20px;
}

.datalist li .data-right .left {
    float: left;
    width: 15%;
    text-align: center;
    font-size: 20px;
    line-height: 90px;
    border-left: 1px solid #f3f3f3;
}

.datalist li .data-right .right {
    float: left;
    width: 80%;
}

.datalist li .data-right .right a {
    margin-right: 10px;
    line-height: 30px;
}

.datalist li p {
    data-top: 10px;
}


/* .ztlist li .enter-arr{ position: absolute; top: 80px; right: 80px; width: 30px; height: 14px; background: url(../images/enter.png) no-repeat; } */


/* ç&nbsp;”ç©¶äººå‘˜ */

.sct_left {
    float: left;
    width: 220px;
}

.sct_middle {
    float: left;
    margin-left: 40px;
    width: 860px;
}

.sct_left img {
    width: 224px;
    height: 270px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.sct_left p {
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #999;
    line-height: 1.5;
}

.sct_left p strong {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    display: block;
}

.sct_middle h3 {}


/* æœŸåˆŠ */

.tibox {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 10px #eee;
    overflow: hidden;
}

.leftbook {
    float: left;
    position: relative;
    width: 178px;
}

.leftbook .book-cover img {
    position: relative;
    width: 142px;
    height: 188px;
    object-fit: cover;
    z-index: 3;
    vertical-align: top;
}

.paperline,
.paperline2 {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 142px;
    height: 186px;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 2;
}

.paperline2 {
    top: 6px;
    left: 4px;
    z-index: 1;
}

.contact-info {
    margin-top: 20px;
    font-size: 18px;
}

.contact-info .ctt {
    font-size: 18px;
    color: #000;
}

.contact-info .ctt-nub {
    padding-top: 10px;
    color: #e2331e;
    font-weight: bold;
}

.contact-info .ctt-nub i {
    width: 18px;
    height: 18px;
    background: url(../images/33.jpg) no-repeat;
    margin-right: 4px;
    vertical-align: middle;
    display: inline-block;
}

.right-into {
    padding-left: 228px;
}

.right-into .periodical-name {
    padding-top: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.right-into .periodical-name span {
    padding-top: 10px;
    display: block;
    font-weight: normal;
    color: #999;
}

.right-into .into {
    padding-top: 25px;
}

.right-into .ti {
    font-size: 18px;
}

.right-into .into-detail {
    padding-top: 15px;
    font-size: 15px;
    color: #999;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.nor-title {
    padding-left: 12px;
    font-size: 24px;
    color: #000;
    border-left: 4px solid #e42a1d;
}

.sub-nor-title {
    margin-top: 40px;
    margin-left: 18px;
    padding-left: 24px;
    background: url(../images/icon-33.jpg) left center no-repeat;
    font-size: 18px;
    color: #555;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.book-list {
    margin-left: 18px;
    padding: 0 0 20px 10px;
    overflow: hidden;
}

.book-list li {
    float: left;
    margin: 30px 27px 0 0;
    padding: 26px 30px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 6px;
    transition: all linear 0.25s;
}

.book-list li:hover {
    box-shadow: 0 10px 10px #eee;
    transition: all linear 0.25s;
}

.book-list li img {
    width: 86px;
    height: 114px;
    object-fit: cover;
    vertical-align: top;
}

.book-list li p {
    padding-top: 8px;
    width: 96px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abook-cover {
    width: 427px;
    height: 231px;
    object-fit: cover;
}

.btline-title {
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    color: #000;
    color: #e5331d;
    border-bottom: 1px solid #ddd;
}

.btline-title span {
    margin-left: 50px;
    line-height: 42px;
    position: absolute;
    border-bottom: 4px solid #e5331d;
}


/*æŸ¥è¯¢*/

.searchbox_form {
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
    background-color: #e0f1ff;
}

.searchbox_form h2 {
    font-size: 26px;
    font-weight: bold;
    color: #ea700d;
    line-height: 2;
}

.searchbox_form .sc_b_box {
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}

.searchbox_form .sc_b_box label {
    float: left;
    font-size: 17px;
    line-height: 40px;
    width: 15%;
}

.searchbox_form .sc_b_box .in_wrap_box {
    float: left;
    padding-left: 1%;
    width: 84%;
    text-align: left;
}

.searchbox_form .sc_b_box .nor__blak {
    padding-left: 6px;
    border: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}


/* å…šå² */

.banner {
    width: 100%;
    display: block;
}

.banner img {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 33px;
}

.data-left {
    float: left;
    width: 27%;
}

.data-right {
    float: left;
    margin-left: 2.78%;
    width: 70%;
}

.data-list {
    margin: 50px 20px 50px 0;
    padding-right: 20px;
}

.data-list span {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.data-list ul {
    margin-bottom: 10px;
}

.data-list ul li {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    padding-left: 30px;
}

.data-list ul li.current {
    font-weight: bold;
    color: #ea302d;
}
</pre></body></html>